home *** CD-ROM | disk | FTP | other *** search
Wrap
<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>Form1</class> <widget class="QWidget"> <property name="name"> <cstring>Form1</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>597</width> <height>439</height> </rect> </property> <property name="caption"> <string>Form1</string> </property> <property name="focusPolicy"> <enum>NoFocus</enum> </property> <grid> <property name="name"> <cstring>unnamed</cstring> </property> <spacer row="1" column="2"> <property name="name"> <cstring>spacer4_4</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>10</width> <height>16</height> </size> </property> </spacer> <widget class="QLabel" row="0" column="1"> <property name="name"> <cstring>textLabel1</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>3</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="margin"> <number>0</number> </property> <property name="text"> <string>On this page you can choose a volume to copy.</string> </property> <property name="textFormat"> <enum>RichText</enum> </property> <property name="alignment"> <set>WordBreak|AlignTop|AlignLeft</set> </property> </widget> <widget class="CUDRContainer" row="1" column="1"> <property name="name"> <cstring>SourceDiskContainer</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>7</hsizetype> <vsizetype>3</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>14</height> </size> </property> <property name="maximumSize"> <size> <width>32767</width> <height>32767</height> </size> </property> <property name="whatsThis" stdset="0"> <string>Here you can see a list of all hard disks available in the system. Select a partition you want to copy.<br><b>Tip:</b> Our program can duplicate all partition data including files, the exact structure of directories and the file system metadata: location of files, security information, access quotas, etc.</string> </property> </widget> <widget class="CStaticTip" row="2" column="1"> <property name="name"> <cstring>SrcStopWarningTip</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="TipText" stdset="0"> <string></string> </property> <property name="Alignment" stdset="0"> <set>WordBreak|AlignVCenter</set> </property> <property name="Margin" stdset="0"> <number>10</number> </property> <property name="ShadowWidth" stdset="0"> <number>2</number> </property> <vbox> </vbox> </widget> <widget class="QLabel" row="4" column="1"> <property name="name"> <cstring>SrcGoNextTip</cstring> </property> <property name="sizePolicy"> <sizepolicy> <hsizetype>5</hsizetype> <vsizetype>4</vsizetype> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>To continue, click <b>Next</b></string> </property> <property name="alignment"> <set>AlignTop|AlignLeft</set> </property> </widget> <widget class="QFrame" row="3" column="1"> <property name="name"> <cstring>OptionsPanel</cstring> </property> <property name="frameShape"> <enum>NoFrame</enum> </property> <property name="frameShadow"> <enum>Plain</enum> </property> <hbox> <property name="name"> <cstring>unnamed</cstring> </property> <widget class="QCheckBox"> <property name="name"> <cstring>chkCopyWithFreeBlocks</cstring> </property> <property name="text"> <string>Copy with free blocks</string> </property> <property name="checked"> <bool>true</bool> </property> </widget> </hbox> </widget> <spacer row="1" column="0"> <property name="name"> <cstring>spacer4_2</cstring> </property> <property name="orientation"> <enum>Horizontal</enum> </property> <property name="sizeType"> <enum>Fixed</enum> </property> <property name="sizeHint"> <size> <width>10</width> <height>16</height> </size> </property> </spacer> </grid> </widget> <connections> <connection> <sender>SourceDiskContainer</sender> <signal>SelectionChanged(CUDRItem*)</signal> <receiver>Form1</receiver> <slot>OnSelectSourcePartition(CUDRItem*)</slot> </connection> <connection> <sender>SourceDiskContainer</sender> <signal>RequestProperties(CUDRItem*)</signal> <receiver>Form1</receiver> <slot>OnRequestProperties(CUDRItem*)</slot> </connection> <connection> <sender>chkCopyWithFreeBlocks</sender> <signal>toggled(bool)</signal> <receiver>Form1</receiver> <slot>UpdateFreeBlockList()</slot> </connection> </connections> <tabstops> <tabstop>SourceDiskContainer</tabstop> </tabstops> <includes> <include location="local" impldecl="in implementation">cppw_choosepart.ui.h</include> </includes> <slots> <slot access="private" specifier="non virtual">OnSelectSourcePartition( CUDRItem * )</slot> <slot access="protected" specifier="non virtual">OnRequestProperties( CUDRItem * )</slot> <slot>chkAllowResize_toggled( bool )</slot> <slot>UpdateFreeBlockList()</slot> </slots> <layoutdefaults spacing="6" margin="0"/> <includehints> <includehint>udr.h</includehint> <includehint>statictip.h</includehint> </includehints> </UI>